Index:In arrays, an index represents the position of an element within the array. It starts from 0 and goes up to (array length - 1).
Element:An element refers to a value stored at a specific index within an array.
Initialization:Initialization is the process of creating and assigning initial values to variables or data structures before they are used in a program.